toggle menu
Staff Mod
0.17.0
jvm
switch theme
Staff
Mod
opekope2.
avm_staff.
api
IStaff
Mod
Platform
Instance
Staff
Mod
opekope2.
avm_staff.
api.
block
Crown
Block
Wall
Crown
Block
opekope2.
avm_staff.
api.
block.
dispenser
Cake
Dispenser
Behavior
opekope2.
avm_staff.
api.
component
Staff
Furnace
Data
Component
Staff
Item
Component
Staff
Renderer
Override
Component
Staff
Renderer
Part
Component
Companion
HEAD
ITEM
ROD_TOP
ROD_BOTTOM
opekope2.
avm_staff.
api.
entity
Cake
Entity
Impact
Tnt
Entity
opekope2.
avm_staff.
api.
entity.
renderer
Cake
Entity
Renderer
opekope2.
avm_staff.
api.
item
Crown
Item
Staff
Item
opekope2.
avm_staff.
api.
item.
renderer
Block
State
Staff
Item
Renderer
IStaff
Item
Renderer
Companion
Staff
Renderer
opekope2.
avm_staff.
api.
particle
Flamethrower
Particle
Factory
opekope2.
avm_staff.
api.
staff
Staff
Attribute
Modifiers
Component
Builder
Staff
Handler
Default
Staff
Infusion
Smithing
Recipe
Textures
opekope2.
avm_staff.
util
Attribute
Util
Constants
Cooldown
Util
Damage
Util
Entity
Util
Item
Stack
Util
Matrix
Util
Staff
Util
Vector
Util
Kt
Staff Mod
/
opekope2.avm_staff.util
/
VectorUtilKt
Vector
Util
Kt
public
final
class
VectorUtilKt
Members
Functions
component1
Link copied to clipboard
public
final
static
Double
component1
(
Vec3d
$self
)
public
final
static
Integer
component1
(
Vec3i
$self
)
public
final
static
Float
component1
(
Vector3f
$self
)
component2
Link copied to clipboard
public
final
static
Double
component2
(
Vec3d
$self
)
public
final
static
Integer
component2
(
Vec3i
$self
)
public
final
static
Float
component2
(
Vector3f
$self
)
component3
Link copied to clipboard
public
final
static
Double
component3
(
Vec3d
$self
)
public
final
static
Integer
component3
(
Vec3i
$self
)
public
final
static
Float
component3
(
Vector3f
$self
)
minus
Link copied to clipboard
public
final
static
Vec3d
minus
(
Vec3d
$self
,
Vec3d
other
)
minus
Assign
Link copied to clipboard
public
final
static
Unit
minusAssign
(
Vector3f
$self
,
Vector3fc
other
)
plus
Link copied to clipboard
public
final
static
Vec3d
plus
(
Vec3d
$self
,
Vec3d
other
)
plus
Assign
Link copied to clipboard
public
final
static
Unit
plusAssign
(
Vector3f
$self
,
Vector3fc
other
)
times
Link copied to clipboard
public
final
static
Vec3d
times
(
Vec3d
$self
,
Double
scalar
)
times
Assign
Link copied to clipboard
public
final
static
Unit
timesAssign
(
Vector3f
$self
,
Float
scalar
)
unary
Minus
Link copied to clipboard
public
final
static
Vec3d
unaryMinus
(
Vec3d
$self
)